crypto/hpke.AEAD.nonceSize (method)
5 uses
crypto/hpke (current package)
aead.go#L20: nonceSize() int
hpke.go#L59: uint16(aead.keySize()+aead.nonceSize()+kdf.size()))
hpke.go#L64: baseNonce := secret[aead.keySize() : aead.keySize()+aead.nonceSize()]
hpke.go#L65: expSecret := secret[aead.keySize()+aead.nonceSize():]
hpke.go#L106: baseNonce, err := kdf.labeledExpand(sid, secret, "base_nonce", ksContext, uint16(aead.nonceSize()))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |